report_tolerance_too_small_error Subroutine

public subroutine report_tolerance_too_small_error(err, fcn)

Reports an error where the requested tolerances are too small.

Arguments

Type IntentOptional Attributes Name
class(errors), intent(inout) :: err

The error handling object.

character(len=*), intent(in) :: fcn

The name of the function or subroutine in which the error occurred.